home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / feeltheflash.swf / scripts / DefineSprite_525 / frame_1 / PlaceObject2_499_4 / CLIPACTIONRECORD onClipEvent(mouseMove).as
Text File  |  2005-08-12  |  773b  |  31 lines

  1. onClipEvent(mouseMove){
  2.    if(mon == 1)
  3.    {
  4.       if(_ymouse < y - 30 && up != 1)
  5.       {
  6.          _parent.gotoAndPlay(2);
  7.       }
  8.       else if(_xmouse < x - 50 && _ymouse < y - 30)
  9.       {
  10.          if(3 >= _root.v_pant)
  11.          {
  12.             _root.main.fr.faces.fceGo("maedare2");
  13.          }
  14.          else if(_root.v_pant >= 4)
  15.          {
  16.             _root.main.fr.faces.fceGo("maedare1");
  17.          }
  18.          if(_parent.swap != 1)
  19.          {
  20.             _parent._parent._parent._parent.maedareOp.swapDepths(_parent._parent._parent._parent.maedareDmy);
  21.          }
  22.          _parent._parent.gotoAndStop("age");
  23.       }
  24.       else if(_ymouse >= y - 30 && up == 1)
  25.       {
  26.          up = 0;
  27.          _parent.gotoAndPlay("turn");
  28.       }
  29.    }
  30. }
  31.